@charset "utf-8";

<style media="screen" type="text/css">
	html,
	body {
		margin:0;
		padding:0;
		height:100%;
		background-color:#333
	}
body {
	background-color: #333333;
	height: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
html {
	height: 100%;
}

	#container {
	min-height:100%;
	position:relative;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #333;
	width: 1140px;
	}


	#header {
	background-color: #333;
	}

	#contentWrapper {
	padding:10px;
	padding-bottom:60px;	/* Height of the footer */
	background-color: #333;
	}

#bioContent {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}

	#sidebar {
	float: left;
	width: 370px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 60px;
	padding-left: 20px;
	background-color: #333;
	}

#pageContent {
	padding-left: 10px;
	margin-left: 0px;
	padding-bottom: 40px;
	height: 60%;
	background-color: #333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	}
	
#request {
	margin-left: 420px;
	background-color: #333;
	margin-top: 30px;
}

#footer {
	position:absolute;
	width:100%;
	height:60px;
	font-family: "Trebuchet MS", Arial, sans-serif, Tahoma;
	color: #FFFFFF;
	text-align: center;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: #333;
	left: -1px;
	background-position: bottom;
	top: 752px;
}
	/* other non-essential CSS */

#header p,
#header h1 {
		margin:0;
		padding:10px 0 0 10px;
	}
	#footer p {
		margin:0;
		padding:10px;
	}
td {
	font-size: 12px;
	color: #FFF;
	vertical-align: top;
}


h1 {
	font-size: 30px;
	color: #FFF;
}

h2 {
	font-size: 20px;
	color: #FFF;
}

h3 {
	font-size: 14px;
	color: #FFF;
	font-weight: normal;
	text-align: center;
}
h4 {
	font-size: 30px;
	font-weight: normal;
}

p {
	font-size: 14px;
	color: #FFF
}
.copyright {
	font-size: 10px;
	text-align: center;
}


a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}


a:hover {
	color: #FF0000;
	text-decoration: none;
}

.center {
	text-align: center;
}
.centerred {
	color: #F00;
	text-align: center;
}
.alignLeft {
	text-align: left;
	font-size: 12px;
}
.bold {
	font-weight: bold;
}
.red {
	color: #F00;
}
.size {
	font-size: 14px;
}
.centersize {
	font-size: 14px;
	text-align: center;
}
